var runtime.reflectOffs
18 uses
runtime (current package)
proc.go#L841: lockInit(&reflectOffs.lock, lockRankReflectOffs)
runtime1.go#L737: if reflectOffs.m == nil {
runtime1.go#L738: reflectOffs.m = make(map[int32]unsafe.Pointer)
runtime1.go#L739: reflectOffs.minv = make(map[unsafe.Pointer]int32)
runtime1.go#L740: reflectOffs.next = -1
runtime1.go#L742: id, found := reflectOffs.minv[ptr]
runtime1.go#L744: id = reflectOffs.next
runtime1.go#L745: reflectOffs.next-- // use negative offsets as IDs to aid debugging
runtime1.go#L746: reflectOffs.m[id] = ptr
runtime1.go#L747: reflectOffs.minv[ptr] = id
type.go#L274: var reflectOffs struct {
type.go#L282: lock(&reflectOffs.lock)
type.go#L284: raceacquire(unsafe.Pointer(&reflectOffs.lock))
type.go#L290: racerelease(unsafe.Pointer(&reflectOffs.lock))
type.go#L292: unlock(&reflectOffs.lock)
type.go#L313: res, found := reflectOffs.m[int32(off)]
type.go#L345: res := reflectOffs.m[int32(off)]
type.go#L387: res := reflectOffs.m[int32(off)]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)